class ArticlesController < ApplicationController

  before_filter :authenticate

  def admin
  end
end